home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / puzzle-land.swf / scripts / DefineButton2_1057 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-09-29  |  173 b   |  11 lines

  1. on(release){
  2.    if(_root.alarm != true)
  3.    {
  4.       if(_root.camdead != true)
  5.       {
  6.          _root.spy.gotoAndStop("start");
  7.          prevFrame();
  8.       }
  9.    }
  10. }
  11.